Skip to main content

Regression Prediction

Description

Regression Prediction step lets you predict the label based on the model built in ‘Regression Model Builder’ step.

Configurations

No.Field NameDescription
1Step NameSpecify the name of the step. Step names should be unique within a workflow.
2Model FileSpecify path of the model file built with ‘Regression Model Builder’ Step.
This is a mandatory step.
3Load ModelClick to load the model and show all the relevant information of the model, like Algorithm, Vectorization algorithm, N Gram, Model parameters.
Note: All the values are read-only and only show the values you had selected during ‘Classification Model Builder’ step.
This is a mandatory step.
Field Mapping tab
1FeatureFeature name used during model building step
2TypeType of the feature, it can be either String or Number
3FieldField name you want to map to the corresponding feature. It is important you map right field to a feature.
4Text PreprocessingIf type is String, preprocessing options to be used to process the string. This is explained in detail in ‘Classification Model Builder’ step.
5Target FieldUsed to specify field name where value of the predicted label will be put.